projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d46fe31
)
docs: Annotate GtkAppChooserButton::changed
author
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 1 Dec 2020 17:16:05 +0000
(17:16 +0000)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 1 Dec 2020 17:16:05 +0000
(17:16 +0000)
gtk/gtkappchooserbutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtkappchooserbutton.c
b/gtk/gtkappchooserbutton.c
index 7e81e2c925a78b2c01d2e1118a2f29a524741e46..bc7bbb687699fc13d4f6d0e6d18e4c849401b344 100644
(file)
--- a/
gtk/gtkappchooserbutton.c
+++ b/
gtk/gtkappchooserbutton.c
@@
-715,6
+715,13
@@
gtk_app_chooser_button_class_init (GtkAppChooserButtonClass *klass)
G_PARAM_READWRITE|G_PARAM_CONSTRUCT|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
g_object_class_install_properties (oclass, NUM_PROPERTIES, properties);
+ /**
+ * GtkAppChooserButton::changed:
+ * @self: the object which received the signal
+ *
+ * Emitted when the active application on the #GtkAppChooserButton
+ * changes.
+ */
signals[SIGNAL_CHANGED] =
g_signal_new (I_("changed"),
G_OBJECT_CLASS_TYPE (klass),